home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 57 / MacAddict_057_2001_05.iso / Software / OSX / REALbasic3Carbon.sit / REALbasic 3.rsrc / STR#_129.txt < prev    next >
Text File  |  2001-02-12  |  2KB  |  43 lines

  1. Quits the application. If the open project has unsaved changes, REALbasic will prompt you to save the changes before quitting.
  2.  
  3. Prints the source code for the entire project, a window, a class, a module or a specific method.
  4.  
  5. Sets paper size, orientation, and other printer options.
  6.  
  7. Saves the selected item to a file on disk which can be imported into other projects.
  8.  
  9. Creates a text file with all of the code from the project in it.
  10.  
  11. Imports windows, classes, pictures, sounds, resources, XCMDs, shared libraries, and applescripts into your project.
  12.  
  13. Builds a stand-alone, double-clickable application from your project.
  14.  
  15. Creates a new folder in the project window that can be used to organize your project.
  16.  
  17. Creates a new module in the project window. Modules can contain properties, methods and constants. Modules differ from classes in that the items that make up a module are all global in scope.
  18.  
  19. Creates a new class interface in the project window and opens it in the code editor.
  20.  
  21. Use class interfaces to define a group of methods that other classes can support.
  22.  
  23. Creates a new class in the project window and opens it in the code editor.
  24.  
  25. Classes encapsulate code and data in a generic, reusable way. Classes can contain properties that describe them, and methods that contain executable code.
  26.  
  27. Creates a new window in the project window and opens it in the window editor. Controls can then be added by dragging them from the tools window to the new window.
  28.  
  29. Saves the project under another name. The newly named project stays open on the screen. The original closes and keeps the old name.
  30.  
  31. Saves the changes you have made to the project.
  32.  
  33. Closes the frontmost window of the project you are working on.
  34.  
  35. Opens an existing project so you can work with it again.
  36.  
  37. Creates a new, untitled project.
  38.  
  39. File menu
  40.  
  41. Use this menu to create, open and save projects, to add new items to your project (like windows and pictures), to build a stand-alone version of your project, to export items from your project, and to print source code.
  42.  
  43.